home *** CD-ROM | disk | FTP | other *** search
/ Maclife 42 / MACLIFE42.ISO.7z / MACLIFE42.ISO / FreeWare200 / 圧縮伸張⁄コード / MacGzip / MacGzip 1.1.2 Source.sea / MacGzip 1.1.2 Source / Mac / MacAE.h < prev    next >
Text File  |  1997-04-01  |  636b  |  29 lines

  1.  
  2.  
  3. /*****************************************************/
  4. /* AE handlers */
  5.  
  6. pascal OSErr  MyHandleODoc(    AppleEvent *theAppleEvent,
  7.                             AppleEvent *reply,
  8.                             long handlerRefCon
  9.                             );
  10.                                 
  11. pascal OSErr  MyHandlePDoc(    AppleEvent *theAppleEvent,
  12.                             AppleEvent *reply,
  13.                             long handlerRefCon
  14.                             );
  15.                             
  16. pascal OSErr  MyHandleOApp(    AppleEvent *theAppleEvent,
  17.                             AppleEvent *reply,
  18.                             long handlerRefCon
  19.                             );
  20.  
  21. pascal OSErr  MyHandleQuit(    AppleEvent *theAppleEvent,
  22.                             AppleEvent *reply,
  23.                             long handlerRefcon
  24.                             );    
  25.                                                     
  26.  
  27.  
  28. /*****************************************************/
  29.